iOS - Expense - Failed submission error is not displayed when network request fails#96222
iOS - Expense - Failed submission error is not displayed when network request fails#96222lorretheboy wants to merge 1 commit into
Conversation
Codecov Report✅ Changes either increased or maintained existing code coverage, great job!
|
|
@mkhutornyi Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 0b89bfa56d
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| return ( | ||
| <OfflineWithFeedback | ||
| pendingAction={pendingAction} | ||
| errors={transaction.errors} |
There was a problem hiding this comment.
Wire receipt-error dismissal in transaction rows
When transaction.errors contains a receipt-upload error, ErrorMessageRow/DotIndicatorMessage renders the receipt failure UI with a “Delete expense” button and invokes dismissError; this new OfflineWithFeedback passes those errors but no dismissError or onClose, so that button falls back to the no-op default. In the failed receipt submission case now surfaced in this report table, users can see the delete action but tapping it from the row will not clear/delete the failed expense.
Useful? React with 👍 / 👎.
Reviewer Checklist
Screenshots/VideosAndroid: HybridAppAndroid: mWeb ChromeiOS: HybridAppiOS: mWeb SafariMacOS: Chrome / Safari |
Explanation of Change
Fixed Issues
$ #96162
PROPOSAL: NA
Tests
Offline tests
QA Steps
PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectiontoggleReportand notonIconClick)Avatar, I verified the components usingAvatarare working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG))npm run compress-svg)Avataris modified, I verified thatAvataris working as expected in all cases)Designlabel and/or tagged@Expensify/designso the design team can review the changes.mainbranch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTeststeps.Screenshots/Videos
Android: Native
Screen.Recording.2026-07-15.at.16.47.50.mov
Android: mWeb Chrome
Screen.Recording.2026-07-15.at.16.50.37.mov
iOS: Native
Screen.Recording.2026-07-15.at.16.45.22.mov
iOS: mWeb Safari
Screen.Recording.2026-07-15.at.16.42.19.mov
MacOS: Chrome / Safari
Screen.Recording.2026-07-15.at.16.38.58.mov